Commit 1127b0a3 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #804 from clarle/yui-dependency-fix

YUI: fix dependency on latest version
parents de176f26 9bdab938
...@@ -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