Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Added deprecated ScrollView.js for compatibility reasons for the time…
Browse files Browse the repository at this point in the history
… being
  • Loading branch information
IjzerenHein committed Dec 2, 2014
1 parent d52b045 commit 86d4fd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ScrollView.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Deprecated, require FlexScrollView instead
/*global define, console*/
/*eslint no-use-before-define:0, no-console:0 */
define(function(require, exports, module) {
if (console.warn) {
console.warn('file famous-flex/ScrollView has been deprecated, use famous-flex/FlexScrollView instead');
}
module.exports = require('./FlexScrollView');
});

0 comments on commit 86d4fd1

Please sign in to comment.