Commit 9bdab938 authored by Clarence Leung's avatar Clarence Leung

YUI: fix dependency on latest version

parent de176f26
...@@ -227,7 +227,7 @@ YUI.add('todo-app', function (Y) { ...@@ -227,7 +227,7 @@ YUI.add('todo-app', function (Y) {
Y.namespace('TodoMVC').TodoApp = TodoApp; Y.namespace('TodoMVC').TodoApp = TodoApp;
}, '@VERSION@', { }, '@VERSION@', {
requires: [ requires: [
'app', 'app-base',
'todo-list', 'todo-list',
'todo-view', 'todo-view',
'node' 'node'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment