Skip to content

Commit

Permalink
fix errors in move of ObservableArray to decor
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed Aug 11, 2015
1 parent c9429f0 commit 79048b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/Observable.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,3 @@ Here is the list of the APIs you can use to explicitly emit change records:
* `#splice()`
* `#reverse()`
* `#sort()`
* [`ObservablePath`](http://ibm-js.github.io/liaison/docs/master/BindingSource.html)
* `#setValue()` (New in post-0.1.5)
2 changes: 1 addition & 1 deletion tests/unit/ObservableArray.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ define([
"intern!bdd",
"intern/chai!expect",
"../../Observable",
"delite/features",
"../../features",
"../../ObservableArray"
], function (bdd, expect, Observable, has, ObservableArray) {
/* jshint withstmt: true */
Expand Down

0 comments on commit 79048b5

Please sign in to comment.