Skip to content

Commit 4366838

Browse files
committed
fixed #30 - jshint errors
1 parent be5020c commit 4366838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/tour_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global angular: false */
1+
/* global angular: false, Tour: false */
22

33
(function (app) {
44
'use strict';

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = function (grunt) {
9696
},
9797

9898

99-
bower_main: {
99+
'bower_main': {
100100
demo: {
101101
options: {
102102
dest: 'demo/bower_components'

0 commit comments

Comments
 (0)