Skip to content

Commit

Permalink
[api] Begin to deprecate View.remote function
Browse files Browse the repository at this point in the history
  * Remote functionality outside library scope
  * Was never working 100% right to begin with
  • Loading branch information
Marak committed Oct 17, 2017
1 parent 4c928f8 commit a38bc5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 91 deletions.
5 changes: 5 additions & 0 deletions lib/remote.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// NOTICE: This module is being depredicated and view.remote is being removed from the API
//


// loads a view from a remote http source
// the source of the view is irrelvenant, it should be any HTTP complaiant webserver

Expand Down
91 changes: 0 additions & 91 deletions test/remote-view-test.js

This file was deleted.

0 comments on commit a38bc5c

Please sign in to comment.