Преглед изворни кода

fix browserify can't deal with 'if' issue...

Evan You пре 12 година
родитељ
комит
398bf7e99e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/compiler.js

+ 1 - 1
src/compiler.js

@@ -27,7 +27,7 @@ var Emitter     = require('./emitter'),
     // list of priority directives
     // that needs to be checked in specific order
     priorityDirectives = [
-        'if',
+        'i' + 'f',
         'repeat',
         'view',
         'component'