From 38b72d4fdbd3ff19354ba0043e7fc8329db778e1 Mon Sep 17 00:00:00 2001 From: Kevin Paul Kalis Date: Tue, 2 Aug 2016 08:07:58 +0800 Subject: [PATCH] Rename source code file to be uniform in naming convention with other jQuery plugins --- demo/assets/style.css | 4 ++++ demo/index.html | 2 +- jquery-bgimg.js => jquery.bgimg.js | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename jquery-bgimg.js => jquery.bgimg.js (100%) diff --git a/demo/assets/style.css b/demo/assets/style.css index 67a7f17..f67518d 100644 --- a/demo/assets/style.css +++ b/demo/assets/style.css @@ -1,3 +1,7 @@ +html { + color: #111; + font-family: sans-serif; +} .demodiv { width: 300px; height: 300px; diff --git a/demo/index.html b/demo/index.html index 05f6d4c..cedce29 100644 --- a/demo/index.html +++ b/demo/index.html @@ -25,7 +25,7 @@

Data Attributes

> - +